OpenRoads Designer CONNECT Edition SDK Help

RotateToThruPoint Method

Rotates the element around the center and so that it passes thru the point.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearElement RotateToThruPoint(bool majorArc, DPoint3d center, DPoint3d thruPoint)

Parameters

SettingDescription
    
  DPoint3d  
  DPoint3d  

Return Value

LinearElement

See Also